/** Basic CSS Settings ------------------------------------------------------------------- */
html {
background: url(pic/patternBg.png) repeat scroll 0% 0% rgb(0, 0, 0);
/*background: url(pic/bg_fb.jpg) no-repeat;*/
margin:0;
font-size:12px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
padding:0;
width:100%;
height:100%;
}

body {
font-family: "trebuchet MS";
font-size: 8pt;
color: #ffffff;
/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#111111));
background: -moz-linear-gradient(100% 100% 90deg, #000000, #111111);*/
padding-left: 5px;
padding-right: 5px;
border: none;
min-width: 70%;
max-width: 1100px;
margin:10px auto;
padding-top: 5px;
padding-bottom: 2px;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
border-top-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px;

-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;

padding: 1px;
margin: 10 auto;
}


div#base_around {
width: 100%;
padding-top: 5px;
background: #0c0c0c;
border: 1px solid #111111;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
border-top-left-radius: 15px;

-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
border-top-right-radius: 15px;

-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;

-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
}


div#base_content {
width: 99%;
margin: 0 auto;
border: 3px solid #282828;
margin-top: 5px;
margin-bottom: 5px;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
border-top-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px;

-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
background: #282828;
}

@font-face {
font-family: 'trebuchet';
src: url('fonts/trebuchet.eot');
src: local('?'),
 url('fonts/trebuchet.woff') format('woff'),
 url('fonts/trebuchet.ttf') format('truetype');
}


/** Images Settings ---------------------------------------------------------------------- */
img{
border: 0;
vertical-align: middle;
}

/** Basic Links Settings ----------------------------------------------------------------- */
.sublink {
font-style: italic;
color: #FFFFFF;
font-size: 7pt;
font-weight: normal;
}

a, a:visited, a:active {
text-decoration: none;
color: #FFFFFF;
}

a:hover {
color: #ffffff;
text-decoration: none;
}

a.index {
font-weight: bold;
text-decoration: none;
}

a.biglink {
font-weight: bold;
font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a.altlink:hover {
text-decoration: none;
color:#FFFFFF
}

a.altlink_blue:link, a.altlink_blue:visited{
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a.altlink_blue:hover {
text-decoration: none;
color: #FFFFFF
}

a.altlink_green:link, a.altlink_green:visited{
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a.altlink_green:hover {
text-decoration: none;
color:#FFFFFF
}

a.colheadlink:link, a.colheadlink:visited {
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a.colheadlink:hover {
text-decoration: none;
color: #FFFFFF
}

a.altlink_white:link, a.altlink_white:visited{
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a.altlink_white:hover {
text-decoration: none;
color: #FFFFFF
}

/** Anything else Settings --------------------------------------------------------------- */
input#nickname, input#password {
padding-left: 20px;
background: #ffffff;
background-repeat: no-repeat;
background-position: 2px center;
}

input#nickname{
background-image: url(pic/username.gif);
}

input#password{
background-image: url(pic/password.gif);
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid #EAFF08;
font:normal 12px Verdana;
color: #FF6600;
line-height: 18px;
z-index: 100;
background-color: #FFFFD4;
width: 400px;
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

a.info{
position:relative;
/*this is the key*/
z-index:24;
/*background-color:#ccc;*/
color:#000;
text-decoration:none
}

a.info:hover{
z-index:25;
background-color:#ff0
}

a.info span{
display: none
}

a.info:hover span{
/*the span will display just on :hover state*/
display:block;
position:absolute;
top:2em;
left:2em;
width:15em;
border:1px solid #0cf;
background-color:#cff;
color:#000;
text-align: center
}

.codetop {
background: #0099FF url(pic/code.jpg) no-repeat right;
color: #000;
font-weight: bold;
margin: 0 auto 0 auto;
padding: 3px;
border: 1px solid #000;
width:500px;
}

.codemain {
background: #FFF;
border: 1px solid #000;
color: #000;
margin: 0 auto 0 auto;
padding: 3px;
width:500px;
overflow:auto;
height:150px;
}

span.tool {
position: relative;
cursor: help;
}

span.tool span.tip {
white-space: nowrap;
display: none;
}

span.tool:hover span.tip {
display: block;
z-index: 100;
position: absolute;
top: 1.6em;
left: 0;
width: auto;
padding: 3px 7px 4px 6px;
border: 1px solid #336;
background-color: #f7f7ee;
font: normal 1.2em/1.2em tahoma, helvetica, sans-serif; text-align: left;
color: #000;
}

#content span.tool::after {
padding-left: 2px;
content: url(pic/bubble.gif);
}

#iconbar {
position:absolute;
margin-top: 80px;
padding-left: 50px;
}

#iconbar li {
float:left;
position:relative;
margin-right:10px;
overflow:hidden;
font-family: "arial";
}

#iconbar a {
font-family: "arial";
text-decoration: none;
outline: none;
color:#1f1f1f;
display: block;
width: 58px;
padding: 5px;
cursor:pointer;
}

#iconbar span	{
font-family: "arial";
width: 58px;
height: 38px;
position: absolute;
display: none;
color:#1f1f1f;
font-size: 8px;
line-height: 8px;
font-weight: bold;
padding-left: 2px;
padding-top: 10px;
}

#rollover{
display: inline-table;
width: 55px;
height: 20px;
line-height:20px;
background: url(pic/button.png) no-repeat 0 0;
background-repeat: no-repeat;
background-position: left top;
text-align: center;
}

#rollover:hover {
background-position: 0 -20px;
}


#rollover span {

display: none;
}


#middle {

margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
background-image: url(pic/evilreels.png);

background-repeat: no-repeat;
background-position: center;
width: auto;
}


#marqueecontainer{

position: relative;
width: 99%;
height: 120px;
background-color:transparent;
color:black;

overflow: hidden;
border: 1px solid transparent;
padding: 2px;
padding-left: 4px;
text-align:left;
}


#marqueecontainer img {

border-width:2px;
border-style:none;
}


.sent, .notsent {

width:100%;
padding:5px;
margin:5px;
border:1px solid;

color:#333333;
text-align:left;
font-weight:bold;
}


.sent {

border-color: #49c24f;
background:#bcffbf;
}


.notsent {

border-color: #c24949;
background:#ffbcbc;
}


/** Popup Settings ----------------------------------------------------------------------- */


.popupmenu {

background: #C2CFDF;
color: #3A4F6C;
border: 1px solid #3A4F6C;
text-align:left;

font-size:11px;
font-weight:bold;
white-space:nowrap;
}


.popupmenu-item {

padding: 5px;
white-space: nowrap;
border-bottom: 1px solid #C2CFDF;

color:  #FFFFFF;
font-weight: normal;
}


.popupmenu-item-last {

padding: 5px;
white-space: nowrap;
color:  #000000;
font-weight: normal;
}


.popupmenubutton {

background: #C2CFDF;
color: #3A4F6C;
border: 1px solid #3A4F6C;
text-align:center;

font-size:11px;
font-weight:bold;
white-space:nowrap;
height:18px;
width:120px;
}


.popupmenu-item a:link, .popupmenu-item a:visited, .popupmenu-item-last a:link,
.popupmenu-item-last a:visited {

color: #000;
text-decoration: none;
}


.popupmenu-item a:hover, .popupmenu-item-last a:hover{

color: #EA5F00;
text-decoration: none;
}


.tbi {

vertical-align:middle;
border:0px; padding:0px;
margin:0px; float:none;
}


/** UL - LI Settings --------------------------------------------------------------------- */


li {

margin-top: 6pt;
margin-bottom: 6pt;
}


ul {

margin-left: 16pt;
margin-top: 0px;
margin-bottom: 0px;
}


/** Input - Form Settings ---------------------------------------------------------------- */


form {

display: inline;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}


input, select, textarea {

background: #FFF;
border: 1px solid #00326A;
color: #000;
font-family: arial, helvetica, sans-serif;

font-size: 11px;
margin: 5px;
padding: 2px;
vertical-align: middle;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}


input:focus {

background-color: #FFF;
}


textarea:focus {

background-color: #FFF;
}


select{

margin: 0px;
}


.btn{

font-size:12px;
font-family:arial,sans-serif;
color:#FFF;
background: url(images/h.png) repeat-x;

border: 0px solid #000;
border-width:1px;
padding: 2px 7px 2px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}


/** Text Settings ------------------------------------------------------------------------ */


h1 {

font-size: 12pt;
}


h2 {

font-size: 10pt;
margin-bottom: 6px;
}


h3 {

font-size: 11pt;
margin-bottom: 6px;
}


font.gray {

color: #ACA899;
text-decoration: underline;
}


.important {

font-weight: bold;
font-size: 8pt;
}


.red {

color: #ee0000;
}


.yellow {

color: #997700;
}


.green {

color: #000000;
}


.small {

font-size: 7pt;
}


.big {

font-size: 10pt;
}


p#statusgreen {

font-size: 1.2em;
background-color: #fff;
color: #0a0;
}


p#statusred {

font-size: 1.2em;
background-color: #fff;
color: #a00;
}


/** Basic Table Settings ----------------------------------------------------------------- */


table {

border: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #0D0D0D;

}


table.main, table.mainouter {
border: none;
background-color: #0D0D0D;
-moz-border-radius: 10px;
-moz-box-shadow: 10px;
-webkit-box-shadow: 10px;
}


p {

font-size: 8pt;
}


p.sub {

margin-bottom: 4pt;
}

td {

font-size: 8pt;
padding: 10px;
border: solid #000000 0.5px;
-webkit-border-radius: 7px;
-moz-border-radius:7px;
border-radius: 7px;
}

td2 {

font-size: 8pt;
padding: 10px;
border: solid #0D0D0D 0.5px;
-webkit-border-radius: 7px;
-moz-border-radius:7px;
border-radius: 7px;
}


td.embedded {
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
border: solid #999999 1px;
padding: 0px;
text-align: left;
}


td.heading {

font-weight: bold;
}


td.text {

padding: 10pt;
text-align: left;
background-color: transparent;
}


td.comment {

padding: 10pt;
font-size: 8pt;
text-align: left;
}


td.rowhead {

font-weight: bold;
text-align: right;
vertical-align: top;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


td.title {

font-size: 14pt;
}


td.navigation {

font-weight: bold;
font-size: 10pt;
border: none;
}


td.clear {

padding: 0px;
border: 0px;
background: transparent;
}


td.clearalt6 {

background: #222222;
padding: 5px; border: 1px;
border: hidden;
}


td.clearalt7 {
padding: 5px;
background: #222222;
border: 0px;
border: hidden;
}

td.colhead6 {
height: 0px;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: url(./images/menubar.gif) repeat-x;
background-repeat: repeat;
}

td.colhead5 {
height: 0px;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
}

td.colhead4 {
height: 0px;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
}

td.colhead3 {
height: 0px;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
}


td.colhead2 {
height: 0px;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
}

td.colhead {
height: 0px;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
}


td.normal {

background: #990000;
}


td.normalrowhead {

font-weight: bold;
text-align: right;
background: #990000;
}


.listitem {

margin-left:10px;
margin-right:3px;
}


td.pager {

background: url(images/h.png) repeat-x;
border: 1px solid #111111;
padding: 1px;
}


td.pagebr {

border: 0px;
padding: 0px;
}


td.highlight {

background-color: #222222;
border: 0px solid #111111;
padding: 1px;
}


tr.browse:nth-child(even) {

background-color: #1F1F1F;
}


tr.browse:hover {

background-color: 000000;
}


/** Forum Settings ----------------------------------------------------------------------- */

.forumtable {

width: 100%;
margin: 0;
padding: 0;
font-size: 8pt;

border: 0px solid #ccc;
border-collapse: collapse;

background-color: #555555;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}


/** Header Settings ---------------------------------------------------------------------- */

div#base_logo {
margin-top: -1px;
width: 500px;
height: 200px;
background: url(images/darkthemelogo3.png) none;
}
div#base_logo22 {
margin-top: -1px;
background: url(pic/patternBg.png) repeat scroll 0% 0% rgb(0, 0, 0);
}
div#base_logo_xmas {
margin-top: -1px;
width: 500px;
height: 200px;
background: url(images/xmas.jpg) none;
}
div#base_logo_halloween {
margin-top: -1px;
width: 500px;
height: 200px;
background: url(images/halloween-banner.jpg) none;
}


div#base_header_line {
width: 100%;
height: 1px;
}

div#base_header {
width: 100%;
height: 250px;
border: solid #0D0D0D 0.5px;
background: url(images/darkthemelogo3.png) no-repeat;
background-size: 100% 100%;
min-width: 50%;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
div#base_header_xmas {
width: 100%;
height: 250px;
border: solid #0D0D0D 0.5px;
background: url(images/xmas_banner.png) no-repeat;
background-size: 100% 100%;
min-width: 50%;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
border-top-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px;
}

div#base_header_fly {

width: 450px;
height: 30px;
border: 0px solid #000000;
float: right;
margin-top: -1px;

}


/** Footer Settings ---------------------------------------------------------------------- */

div#footer {

width: 99%;
margin: 0 auto;
}


div#footer_right {

width: 50%;
height: 35px;
float:right;
background: transparent !important;

text-align: right; color: #fff;
line-height: 15px;
padding-top: 10px;
padding-bottom: 30px;
}


div#footer_left {

width: 50%;
height: 35px;
float:left;
background: transparent !important;

text-align: left;
color: #fff;
line-height: 15px;
padding-top: 10px;
padding-bottom: 30px;
}


#footer_right a, #footer_right a:visited, #footer_right a:active, #footer_right a:hover {

color: #fff;
font-weight: bolder;
}


/** Menu Settings ------------------------------------------------------------------------ */


#submenu{

border: 0px solid #FFF;
border-top: 0;
color: #FFFFFF;

margin: 0;
height: 22px;
text-align: right;
}


div#base_menu {

width: 100%;
height: 30px;
background: url(./images/menubar.gif) repeat-x;
background-repeat: repeat;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}

div#base_menu_top {
width: 104.19%;
height: auto;
//margin-left:1.2%;
//margin-top:10%;

background: url(./images/menubar.gif) repeat-x;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px;
}


div#mover {
width: 98%;
margin-center: -20px;
}


ul.navigation li {

float: left;
list-style: none;
color: #ffffff;
}


.navigation li, .navigation li a {

height: 25px;
padding-left: 5px;
padding-right: 5px;
cursor: pointer;
line-height: 15px;
font: trebuchet MS;
color: #ffffff;

}


.navigation li:hover {

height: 25px;
padding-left: 5px;
padding-right: 5px;
color: #ffffff;

}


span.nav:hover {

padding-left: 3px;
padding-right: 3px;
padding-top: 5px;
padding-bottom: 5px;

border: 2px solid #555555;
color: #ffffff;
background: url(images/menubar.gif) repeat-x;
border: 1px solid #111111;
padding: 1px;
-moz-box-shadow: 0px 0px 10px #888;
-webkit-box-shadow: 0px 0px 10px #888;
width: 100%;
margin: 0 auto;
padding: 3px
}


span.nav{

-moz-border-radius-topleft: 8px;
-webkit-border-radius-topleft: 8px;
border-top-left-radius: 8px;

-moz-border-radius-topright: 8px;
-webkit-border-radius-topright: 8px;
border-top-right-radius: 8px;

-moz-border-radius-bottomleft: 8px;
-webkit-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;

-moz-border-radius-bottomright: 8px;
-webkit-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
}


div#base_globelmessage {

width: 96%;
height: 8px;
background: transparent;
text-align: left;
line-height: 17px;

-moz-border-radius-bottomleft: 7px;
-webkit-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;

-moz-border-radius-bottomright: 7px;
-webkit-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
}


div#gm_taps_left {
float: left;
padding-right: 10px;
margin-top: -10px;
}

div#gm_taps_right {
float: right;
padding-right: 10px;
margin-top: -10px;
}


ul.gm_taps li {

float: left;
list-style: none;
}


.gm_taps li {

height: 15px;
padding-left: 10px;
padding-right: 10px;
line-height: 17px;
color: #fff
}


.gm_taps a, .gm_taps a:visited, .gm_taps a:active, .gm_taps a:hover {
color:#fff;
}


.tooltip {

color: #222222;
outline: none;

cursor: context-menu;
text-decoration: none;

position: relative;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
border-top-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px;

-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}


.tooltip span {

background: #111111;
border: 1px solid #848484;
margin-left: -899em;
position: absolute;
padding: 5px;

-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
border-top-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px;

-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;

}


.tooltip:hover span {

-moz-border-radius: 5px;
-webkit-border-radius: 5px;

font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute;
left: -10em;
top: 2em;
z-index: 99;

margin-left: 0;
width: 160px;
}


.tooltip:hover img {

border: 0;
margin: -10px 0 0 -55px;
float: left;
position: absolute;
}


.tooltip:hover em {

font-family: Tahoma;
font-size: 1.2em;
font-weight: bold;
display: block;
padding: 0.2em 0 0.6em 0;
}


.classic {
padding: 0.8em 1em;
}


.custom {
padding: 0.5em 0.8em 0.8em 2em;
}


* html a:hover {
background: transparent;
}


.classic {
background: #FFFFAA;
border: 1px solid #FFAD33;
}


.critical {
background: #FFCCAA;
border: 1px solid #FF3334;
}


.help {
background: #9FDAEE;
border: 1px solid #2BB0D7;
}


.info {
background: #000000;
border: 1px solid #1F1F1F;
color: #FFFFFF;
}


.warning {
background: #FFFFAA;
border: 1px solid #FFAD33;
}


/** Menu Links Settings ------------------------------------------------------------------ */


#submenu a:link, #submenu  a:visited, #submenu a:hover, #submenu a:active {

background: #1F1F1F;
border : 1px solid #FFF;
color: #FFF;

padding: 1px 3px 2px 4px;
margin: 0px 1px 0px 2px;
text-decoration:none;
}


#submenu a:hover, #submenu a:active{

background: #EA5F00;
}


/** Statusbar Settings ------------------------------------------------------------------- */

.statsbar {
padding-right:180px;
float: right;
margin: -48px;
width: 150px;
font-size: 12px;
text-shadow:0px 0px 14px #000000;
text-align: right;
white-space: nowrap;
}

.statsbar a {
color: #FFFFFF;
text-decoration: none;
}

.statsbar a:visited {
color: #FFFFFF;
text-decoration: none;
}

.statsbar a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.statsbar2 {
padding-right:180px;
float: right;
margin: -48px;
width: 150px;
font-size: 12px;
text-shadow:0px 0px 14px #000000;
text-align: right;
white-space: nowrap;
}

.statsbar2 a {
color: #FFFFFF;
text-decoration: none;
}

.statsbar2 a:visited {
color: #FFFFFF;
text-decoration: none;
}

.statsbar2 a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.um_menu li {
padding-left:5px;
padding-right:5px;
}

div#base_icons {
padding-left:5px;
float:left;
margin-top:8px;
width:auto;
}

#status_box, #status_title_warpper, #status_content {
font-family:tahoma;
font-size:12px;
}

#status_box {
z-index: 99;
width:400px;
background: #ffffff;
height:auto;
border:1px solid #5C8DFF;
padding:8px;
position:absolute;
margin-top:10px;
margin-bottom:5px;
}

#status_title {
z-index: 99;
background:#99B8FF;
height:16px;
color:#333;
padding-left:5px;
font-weight:bold;
}

#status_content{
z-index: 99;
padding:1px;
background: #ffffff;
border: 1px solid #99B8FF;
}

#status_tool {
z-index: 99;
font-size:10px;
font-weight:bold;
}

tr.browse {
z-index: 99;
background-color:transparent;
}

tr.browse:nth-child(odd) {
z-index: 99;
background-color:#1F1F1F;
}

/** end statusbar Settings ------------------------------------------------------------ */

#header { width: 100%;
height: 200px;
border: solid #0D0D0D 0.5px;
background: url(images/head_bg.png) no-repeat;
background-size: 100% 100%;
min-width: 50%;
}

#header #logo_title {
font-family: Georgia, serif;
font-style: italic;
text-shadow: 1px 1px 1px #656565;
color: #1d1d1d;
font-size: 1.5em;
margin: 18px 0;
float: left;
}

#header #logo_title a:link {
text-decoration: none;
color: #fff;
}

#header img {
float: left;
}

#header .logo_line {
margin: 0 15px;
}

#header #logo {
margin: 6px 0 9px 3px;
}

#wrap {
width: 963px;
margin: 0 auto;
}

#content {
float: left;
margin: 0 auto 0 auto;
background: url('images/content_bg-full.png');
width: 100%;
}

#content #main {
width: 703px;
float: left;
}

#status_box, #status_title_warpper, #status_content {
font-family:tahoma;
font-size:12px;
}

#status_box {
width:400px;
background: #ffffff;
height:auto;
border:1px solid #5C8DFF;
padding:8px;
position:absolute;
margin-top:10px;
margin-bottom:5px;
}

#status_title {
background:#99B8FF;
height:16px;
color:#333;
padding-left:5px;
font-weight:bold;
}

#status_content{
padding:1px;
background: #ffffff;
border: 1px solid #99B8FF;
}

#status_tool {
font-size:10px;
font-weight:bold;
}

tr.browse {
background-color:transparent;
}

/** Pagination Links Settings ------------------------------------------------------------ */
.pagelink, .pagelinklast, .pagecurrent, .minipagecurrent, .minipagelink, .minipagelinklast{
background: #F0F5FA;
border: 1px solid #072A66;
padding: 1px 3px 1px 3px;
}

.pagelinklast, .minipagelinklast{
background: #DFE6EF;
}

.pagecurrent{
background: #FFC9A5;
}

.minipagecurrent{
background: #F0F5FA;
font-size: 10px;
}

.minipagelink, .minipagelinklast{
border: 1px solid #C2CFDF;
font-size: 10px;
margin: 0 1px 0 0;
}


.pagelink a:active, .pagelink a:visited, .pagelink a:link, .pagelinklast a:active,
.pagelinklast a:visited, .pagelinklast a:link, .pagecurrent a:active,
.pagecurrent a:visited, .pagecurrent a:link, .minipagelink a:active, .minipagelink a:visited,
.minipagelink a:link, .minipagelinklast a:active, .minipagelinklast a:visited, .minipagelinklast a:link{

text-decoration: none;
}


.pagination{

padding:3px;
margin:3px;
text-align:center;
}


.pagination ul{

margin: 0;
padding: 0;
text-align: right;
font-size: 10px;
}


.pagination li{

list-style-type: none;
display: inline;
padding-bottom: 1px;
}


.pagination a, .pagination a:visited{

padding: 0 2px;
border: 1px solid #9aafe5;
text-decoration: none;
color: #2e6ab1;
}


.pagination a:hover, .pagination a:active{

border: 1px solid #2b66a5;
color: #fff;
background-color: #30C636;
}


.pagination a.currentpage{

background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;

font-weight: bold;
cursor: default;
}


.pagination a.disablelink, .pagination a.disablelink:hover{

background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}


.pagination a.prevnext{

font-weight: bold;
}


/** Cpatcha Links Settings ------------------------------------------------------------ */


.cimage {

border: 1px solid #eee;
}


.captchaImage {

margin:0 2px;
}


.captchaImages {

margin: 5px auto;
width:350px;
text-align:center;
}


.simpleCaptchaSelected {

border: 2px solid #999;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}


/** Status Settings ------------------------------------------------------------------- */


#status_box, #status_title_warpper, #status_content {

font-family:tahoma;
font-size:12px;
}


#status_box {

width:400px;
background: #ffffff;
height:auto;
border:1px solid #5C8DFF;

-moz-border-radius:4px;
padding:8px;
position:absolute;
margin-top:10px;
margin-bottom:5px;
}


#status_title {

background:#99B8FF;
height:16px;
color:#333;
padding-left:5px;
font-weight:bold;
}


#status_content{

padding:1px;
background: #ffffff;
border: 1px solid #99B8FF;
-moz-border-radius-bottomleft:2px;

-moz-border-radius-bottomright:2px;
}


#status_tool {

font-size:10px;
font-weight:bold;
}


tr.browse:nth-child(odd) {

background-color:#1F1F1F;
}


/** Info box Settings ----------------------------------------------------------------- */


ul.globelmessage li {

float: left;
list-style: none;
}


.globelmessage li {

height: 30px;
padding-left: 5px;
padding-right: 5px;
cursor: pointer;
line-height: 17px;

text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}


.globelmessage li:hover {

height: 30px;
padding-left: 5px;
padding-right: 5px;

text-shadow: 1px 1px 1px #000000; filter: dropshadow(color=#000000, offx=1, offy=1);
}


div.info_box {

width: 98%;
height: 20px;
padding-left: 25px;

background: 000000 ;
border: 1px solid #1F1F1F ;
padding: 3px;
}

p.redalert {

background: #fff6bf url(images/alertred.png) center no-repeat;

background-position: 15px;
text-align: left;
padding: 5px 20px 5px 45px;

border: 1px solid #ffd324;
width: 600px;
margin:0 auto;
margin-top: 10px;
margin-bottom: 10px;
}


p.bluealert {

background: 000000 url(images/alertblue.png) center no-repeat;

background-position: 15px;
text-align: left;
padding: 5px 20px 5px 45px;

border: 1px solid #1F1F1F;
width: 600px;
margin:0 auto;
margin-top: 0px;
margin-bottom: 10px;
}

div.headline3 {
width: 98.5%;
height: 30px;
text-align: left;
padding-left: 10px;
color: #FFFFFF;
text-decoration: #FFFFFF;
line-height: 25px;
font-weight: bolder;
border: solid #000000 0.5px;
background: url(images/h.png) repeat-x;
margin-bottom: 0px;
padding: 0 4px 0 4px;
-moz-border-radius-topleft: 4px;
-webkit-border-radius-topleft: 4px;
border-top-left-radius: 4px;

-moz-border-radius-topright: 4px;
-webkit-border-radius-topright: 4px;
border-top-right-radius: 4px;

-moz-border-radius-bottomleft: 4px;
-webkit-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;

-moz-border-radius-bottomright: 4px;
-webkit-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;


}

div.headline2 {
width: 99%;
height: 30px;
text-align: left;
padding-left: 10px;
color: #FFFFFF;
text-decoration: #FFFFFF;
line-height: 25px;
font-weight: bolder;
border: solid #000000 0.5px;
background: url(images/h.png) repeat-x;
margin-bottom: 0px;
padding: 0 5px 0 5px;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
border-top-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
border-top-right-radius: 10px;

-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}

div.headline {
width: 98.7%;
height: 30px;
text-align: left;
padding-left: 10px;
color: #FFFFFF;
text-decoration: #FFFFFF;
line-height: 25px;
font-weight: bolder;
border: solid #848484 0.5px;
background: url(images/h.png) repeat-x;
margin-bottom: 0px;
padding: 0 5px 0 5px;
-moz-border-radius-topleft: 7px;
-webkit-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-radius-topright: 7px;
border-top-right-radius: 7px;
}

div.sbheadbody {
width: 97.8%;
text-align: left;
padding: 10px;
border: 1px solid #999999;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
text-align:left;
margin-top:0px;
overflow: hidden;
clear: both;
-moz-border-radius-bottomleft: 7px;
-webkit-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
}

div.headbody {
width: 97.8%;
text-align: left;
padding: 10px;
border: 1px solid #999999;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
text-align:left;
margin-top:0px;
overflow: hidden;
clear: both;
-moz-border-radius-bottomleft: 7px;
-webkit-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
}
div.headbody2 {
width: 97.8%;
text-align: left;
padding: 10px;
border: 1px solid #999999;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
text-align:left;
margin-top:0px;
margin-bottom:5px;
overflow: hidden;
clear: both;
-moz-border-radius-bottomleft: 7px;
-webkit-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
}

div.shoutbody {
width: 99%;
text-align: left;
padding: 10px;
border: 0px solid #000000;
border-top:none;
background: url(images/sb-bg.png) repeat-x;
background-repeat: repeat;
}
.shoutbody a, .shoutbody a:visited, .shoutbody a:active {
text-decoration: none;
color: #fff;
}
div.headbody2 {
width: 99%;
text-align: center;
padding: 10px;
border: 0px solid #000000;
border-top:none;
background: transparent;
margin-bottom: 10px;
}


div.headbody4 {
width: 99%;
padding: 10px;
border: 0px solid #000000;
border-top:none;
background: transparent;
margin-bottom: 10px;
}

/* tooltip */
div.headbody3 {
width: 60%;
text-align: left;
padding: 10px 10px 10px 10px;
border: 0px solid #1F1F1F;
border-top:none;
background: #e8ecf1;
margin-bottom: 10px;
}

.headbody a, .headbody a:visited, .headbody a:active {
text-decoration: none;
color: #fff;
}

.headbody a:hover {
text-decoration: none;
color: #FFFFFF;
}

span.shouthis {
float: right;
padding-right: 10px;
}

span.shoutextra{
float: right;
padding-right: 8px;
line-height: 18px;
}


span.news {
float: right;
padding-right: 10px;
line-height: 30px;
}

span.news a, span.news a:visited, span.news a:active {
text-decoration: none;
color: #FFFFFF;
}


span.news a:hover {
text-decoration: none;
color: #FFFFFF;
}


div.newshead {
width: 99%;
text-align: left;
border: 1px solid #747474;
background: url(images/h.png) repeat-x;
color:#FFF;
padding: 5px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}


td.newshead {
width: 99%;
text-align: left;
border: 1px solid #1F1F1F;
background: #1F1F1F;
color:#FFF;
padding: 5px;
}


div.news_space {
background:transparent;
height:20px;
}


div.news_button {
width: 100px;
float: right;
margin-right: -50px;
}


pre.enfo {
font-size:9pt;
font-family: 'Courier New', monospace;
line-height:normal;
}


/** Browse.php Settings --------------------------------------------------------------- */

.tag_cloud{
padding: 3px;
text-decoration: none;
font-family: arial;
}

.tag_cloud:link  {
color: #0099FF;
text-decoration:none;
}

.tag_cloud:visited {
color: #00CCFF;
}

.tag_cloud:hover {
color: #0000FF;
background: #00CCFF;
}

.tag_cloud:active {
color: #0000FF;
background: #FFFFFF;
}

.highlight {
background-color:#111111;
}

.highlight a:hover, .highlight a:active {
color:#FFFFFF;
background-color:#FF9812;
}

div#wrapper1 {
border: solid #515151 1px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}


/** Forums.php Settings --------------------------------------------------------------- */
.forumrules_title {
background-color: #7192b2;
font-size: 14px;
color: #fff;
padding: 7px;
margin-bottom: 4px;
}


.forumrules_border {
border:1px solid #555555;
padding:4px;
}


.forumrules_text_border {
border:1px solid #555555;
padding:4px;
}


.forumrules_text {
background-color: #FFFF99;
font-size: 14px;
color: #000;
}

.tbdev_forum{
background: #890537;
}


.tbdev_forum1{
background: #890537;
}

/** Staff.php Settings --------------------------------------------------------------- */

td.staff_username {
width: 500px;
height: 30px;
text-align: left;
border: none
}


td.staff_online {
width: 80px;
height: 30px;
text-align: center;
border: none
}


div.global_icon {
width: 55px;
height: 29px;
text-align: center;
padding-top: 6px;
background: -moz-linear-gradient(100% 100% 90deg, #9c9b9b, #cfcfcf);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9c9b9b), to(#cfcfcf));
-moz-border-radius-topleft: 8px;
-webkit-border-radius-topleft: 8px;
border-top-left-radius: 8px;
float: left;
display:inline;
border-color: #eae9e9;
}


div.global_head {
width: 730px;
height: 35px;
margin-right: 10px;
text-align: left;
color: #fff;
font-size: 15px;
font-weight: bolder;
background: -moz-linear-gradient(100% 100% 90deg, #c1c0c0, #d9d8d8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1c0c0), to(#d9d8d8));
-moz-border-radius-topright: 8px;
-webkit-border-radius-topright: 8px;
border-top-right-radius: 8px;
float:  right;
display: block;
line-height: 34px;
border-color: #eae9e9;
padding-left: 20px;
}


div.global_text {
width: 775px;
text-align: left;
color: #fff;
background: #e1e0e0;
margin-bottom: 20px;
padding:15px;
-moz-border-radius-bottomright: 8px;
-webkit-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}


.top5 {
float:left;
width:50%
}


.last5 {
margin-left:45%;
padding-left:6%
}

.clearer {
clear:both
}

/** BROWSE Settings --------------------------------------------------------------- */
div#b_around {
width: 80%;
}

table.ncode_imageresizer_warning {
background: #FFFFE1;
color: #000000;
border: 1px solid #CCC;
cursor: pointer;
}

table.ncode_imageresizer_warning td {
font-size: 12px;
color: red;
vertical-align: middle;
text-decoration: bold;
}

table.ncode_imageresizer_warning td.td1 {
padding: 5px;
}

table.ncode_imageresizer_warning td.td1 {
padding: 2px;
}
.myBgImage{
background:url(../images/menubar.gif) no-repeat;
vertical-align: top;
}

//Scroll Torrents//
.carousel-container {
	width: 100%;
	overflow: hidden;
}

#icarousel {
	width: 490px;
	height: 220px;
	position: relative;
	margin-left: 42%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

#icarousel div.slide {
	#border-radius: 4px;
	#border: 5px #000 solid;
	width: 200px;
	height: 350px;
}


/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 178px;
	width: 43px;
	height: 43px;
	background: url(/pic/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
}

a#iCarouselPrev {
	left: -50px;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
}

a#iCarouselNext {
	right: 235px;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom;
}

/* The Preloader in the Slider */
#iCarousel-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	border-color: rgba(0,0,0,0.6);
	padding: 1px;
	width: 150px;
	height: 3px;
}
#iCarousel-preloader div {
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 3px;
	background: #000;
	background: rgba(0,0,0,0.6);
	width: 0px;
}

/* The timer in the Slider */
#iCarousel-timer {
	position: absolute;
	z-index: 1000;
	border-radius: 5px;
	cursor: pointer;
}

#iCarousel-timer div {
	border-radius: 3px;
}

#scroll {
border:1px solid #;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

/* NEW BREADCRUMB MENU */

.breadBoxTop {

padding: 10px 0;
overflow: hidden;
zoom: 1;
clear: both;}

#movebread{
margin-top: 1px;}

.breadBoxTop .topCtrl{

margin-left: 5px;
float: right;
line-height: 24px;}

.breadcrumb{
font-size: 11px;
border: solid #000000 0.5px;
background-color: #1F1F1F; 
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
zoom: 1;
max-width: 100%;
height: auto;}

.breadcrumb .crust {

display: block;
float: left;
position: relative;
zoom: 1;
max-width: 50%;}

.breadcrumb .crust a.crumb {

cursor: pointer;
text-decoration: none;
background-color: #1F1F1F;
padding: 0 10px 0 18px;
margin-bottom: -1px;
outline: 0 none;
 -moz-outline-style: 0 none;
display: block;
_border-bottom: none;
line-height: 24px;
color: #00aeff;
box-shadow: 0px 0px 1px 0px;}

.breadcrumb .crust a.crumb > span {
		
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;}

.breadcrumb .crust a.crumb {
		
font-weight: bold;
border: solid #000000 1px;
padding-left: 20px;
 -webkit-border-top-left-radius: 4px;
 -moz-border-radius-topleft: 4px;
 -khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
 -webkit-border-bottom-left-radius: 4px;
 -moz-border-radius-bottomleft: 4px;
 -khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;}

.breadcrumb .crust:first-child a.crumb {
	
font-weight: bold;
border: solid #000000 1px;
padding-left: 10px;
 -webkit-border-top-left-radius: 4px;
 -moz-border-radius-topleft: 4px;
 -khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
 -webkit-border-bottom-left-radius: 4px;
 -moz-border-radius-bottomleft: 4px;
 -khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;}
	
.breadcrumb .crust:last-child a.crumb {
		
font-weight: bold;
border: 0.1px solid #000;}

.breadcrumb .crust .arrow {

border: 13px solid transparent;
border-right: none;
border-left-color: #00aeff;
 -moz-border-right-colors: #a5cae4;
display: block;
position: absolute;
right: -12px;
top: 0px;
z-index: 50;
width: 0px;
height: 0px;}

.breadcrumb .crust .arrow span {

border: 12px solid transparent;
border-right: 1px none #1F1F1F;
border-left-color: #1F1F1F;
 -moz-border-right-colors: #f0f7fc;
display: block;
position: absolute;
left: -13px;
top: -12px;
z-index: 51;
white-space: nowrap;
overflow: hidden;
text-indent: 9999px;
width: 0px;
height: 0px;}

.breadcrumb .crust:hover a.crumb {

background-color: #1F1F1F;}

#breadmenubar {

 margin-top: -15px;}	

/* END NEW BREADCRUMB MENU */

#movehead {

 margin-top: -10px;}
 
#view_forum_move {

 margin-top: -3px;}
.jd3b {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        color: #fff !important;
        text-shadow: none;
        border: none;
        padding: 0px 25.6px;
        font-weight: 300;
        font-size: 14px;
        font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        margin: 0;
        text-decoration: none;
        text-align: center;
        display: inline-block
    }

.jd3b-b {
	height: 32px;
	line-height: 32px;
    }

.jd3b-m {
    	height: 21px;
    	line-height: 21px;

    }

.jd3b-s {
	height: 10px;
	line-height: 10px;
   }

.jd3b:hover {
        text-decoration: none;
        color: #ffffff;
        background: #24547F;
    }
.jd3b:active {
        -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03)
    }
.jd3b {
        background: #3987CC;
    }

    .jd3a {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-transition-property: background;
            -moz-transition-property: background;
            -o-transition-property: background;
            transition-property: background;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
            color: #fff !important;
            text-shadow: none;
            border: none;
            padding: 0px 25.6px;
            font-weight: 300;
            font-size: 14px;
            font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
            margin: 0;
            text-decoration: none;
            text-align: center;
            display: inline-block
        }

    .jd3a-b {
    	height: 32px;
    	line-height: 32px;
        }

    .jd3a-m {
        	height: 21px;
        	line-height: 21px;

        }

    .jd3a-s {
    	height: 10px;
    	line-height: 10px;
       }

    .jd3a:hover {
            text-decoration: none;
            color: #ffffff;
            background: #008867;
        }
    .jd3a:active {
            -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
            -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03)
        }
    .jd3a {
            background: #00B47F;
        }
.jd2 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.jd2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.test{
background: url(pic/patternBg.png);
}
.test1{background:#0c0c0c;}
